fix(desktop): refresh @ search when channel membership changes - #7191
Draft
loganj wants to merge 1 commit into
Draft
fix(desktop): refresh @ search when channel membership changes#7191loganj wants to merge 1 commit into
loganj wants to merge 1 commit into
Conversation
loganj
force-pushed
the
fix/mention-picker-stack-844abd33-2
branch
3 times, most recently
from
September 4, 2026 11:17
9164074 to
b411da5
Compare
This was referenced Sep 4, 2026
loganj
force-pushed
the
fix/mention-picker-stack-844abd33-2
branch
from
September 8, 2026 17:26
b411da5 to
4316a13
Compare
loganj
changed the base branch from
fix/mention-picker-stack-844abd33-1
to
integration/mention-picker-stack-844abd33-base
September 8, 2026 17:27
loganj
force-pushed
the
fix/mention-picker-stack-844abd33-2
branch
2 times, most recently
from
September 8, 2026 17:36
e647e70 to
96c6d9c
Compare
Co-authored-by: Larry <627498bd4bd1f281a16431e3c6cce3b5c25b6692798c78672298aefbf2f8f8b5@buzz.block.builderlab.xyz> Signed-off-by: Logan Johnson <loganj@squareup.com>
loganj
force-pushed
the
fix/mention-picker-stack-844abd33-2
branch
from
September 8, 2026 18:23
96c6d9c to
ff2b68c
Compare
loganj
changed the base branch from
integration/mention-picker-stack-844abd33-base
to
fix/mention-picker-stack-844abd33-1
September 8, 2026 18:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖
Summary
Keeps the people and agents you can @ mention up to date as membership changes, without restarting or reopening anything.
The refresh supplies up-to-date evidence for the picker only; it never grants permission or optimistically adds anyone to the list.
Part of eight mention-editor PRs: shared recovery prerequisite #7190 → {#7191 → #7192, #7196 → #7323 → #7197 → #7239 → #7240}. This PR builds on #7190 to preserve the baseline visible ambiguous-send failure behavior; membership freshness remains a separate feature unit.
Related issue
Continues the merged mention-editor work from #7124 (authorize remote mentions at publication) and #7128 (preserve spacing after multi-word mentions). No separate tracking issue for this slice.
Testing
membershipDirectorySync.test.mjscover immediate staleness, coalescing, duplicate-event suppression, cancellation of in-flight reads, and reset on community or signing-identity switch.